﻿.header-style1{
    background-color: #000000;
    /* display: inline-block; */
    width: 320px;
    max-width: 100%;
    height:100vh;
    padding: 50px;
    box-sizing: border-box;
    border-right: 3px solid #ffd200;
    transition: all .3s linear;
    position: fixed;
}
.header-style1 .header-logo{
    margin-bottom: 55px;
}
.header-style1 .header-logo a>span {
    width: 60px;
    display: inline-block;
    vertical-align: bottom;
}
.header-style1 .header-logo a>p {
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 0.7;
    font-family: "Poppins";
    font-weight: 700;
    font-style: italic;
    box-sizing: border-box;
    padding-left: 10px;
    letter-spacing: 0.06em;
}
.header-menu-title{
    display: block;
    font-size: 18px;
    font-family: "Noto Sans TC";
    margin-bottom:43px;
    letter-spacing: 0.2em;
    transition: all .3s linear;
}
.header-menu-title.active,
.header-menu-title:hover{
    color: #ffd200;
}